Namespacing everything to /UVa.
[and.git] / UVa / 458 - The Decoder / Makefile.win
blob1b6f000c01c237143fc2f7268b29d5e562a71caa
1 # Project: p458\r
2 # Makefile created by Dev-C++ 4.9.9.2\r
3 \r
4 CPP  = g++.exe\r
5 CC   = gcc.exe\r
6 WINDRES = windres.exe\r
7 RES  = \r
8 OBJ  = 458.o $(RES)\r
9 LINKOBJ  = 458.o $(RES)\r
10 LIBS =  -L"D:/Programs/Dev-Cpp/lib"  \r
11 INCS =  -I"D:/Programs/Dev-Cpp/include" \r
12 CXXINCS =  -I"D:/Programs/Dev-Cpp/lib/gcc/mingw32/3.4.2/include"  -I"D:/Programs/Dev-Cpp/include/c++/3.4.2/backward"  -I"D:/Programs/Dev-Cpp/include/c++/3.4.2/mingw32"  -I"D:/Programs/Dev-Cpp/include/c++/3.4.2"  -I"D:/Programs/Dev-Cpp/include" \r
13 BIN  = p458.exe\r
14 CXXFLAGS = $(CXXINCS)  \r
15 CFLAGS = $(INCS)  \r
16 RM = rm -f\r
18 .PHONY: all all-before all-after clean clean-custom\r
20 all: all-before p458.exe all-after\r
23 clean: clean-custom\r
24         ${RM} $(OBJ) $(BIN)\r
26 $(BIN): $(OBJ)\r
27         $(CPP) $(LINKOBJ) -o "p458.exe" $(LIBS)\r
29 458.o: 458.cpp\r
30         $(CPP) -c 458.cpp -o 458.o $(CXXFLAGS)\r